const github.com/klauspost/compress/flate.baseMatchOffset
12 uses
github.com/klauspost/compress/flate (current package)
fast_encoder.go#L42: baseMatchOffset = 1 // The smallest match offset
level1.go#L145: dst.AddMatchLong(l, uint32(s-t-baseMatchOffset))
level1.go#L148: xoffset := uint32(s - t - baseMatchOffset)
level2.go#L149: dst.AddMatchLong(l, uint32(s-t-baseMatchOffset))
level3.go#L158: dst.AddMatchLong(l, uint32(s-t-baseMatchOffset))
level4.go#L161: dst.AddMatchLong(l, uint32(s-t-baseMatchOffset))
level5.go#L243: dst.AddMatchLong(l, uint32(s-t-baseMatchOffset))
level5.go#L555: dst.AddMatchLong(l, uint32(s-t-baseMatchOffset))
level6.go#L278: dst.AddMatchLong(l, uint32(s-t-baseMatchOffset))
stateless.go#L284: dst.AddMatchLong(int32(l), uint32(s-t-baseMatchOffset))
token.go#L269: if xoffset >= maxMatchOffset+baseMatchOffset {
token.go#L286: if xoffset >= maxMatchOffset+baseMatchOffset {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |